home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 4 / Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso / Applications / gdbm-1.7.3 / ChangeLog next >
Text File  |  1994-05-21  |  13KB  |  409 lines

  1. Thu May 19 15:50:04 1994  jason downs  (downsj@csos.orst.edu)
  2.     
  3.     * NEWS, README: update to 1.7.3.
  4.     
  5.     * gdbm.texinfo: update to 1.7.3, slight fixes.
  6.  
  7.     * gdbm.3: update to 1.7.3, slight reformat.
  8.  
  9. Thu May 19 14:45:51 1994  jason downs  (downsj@csos.orst.edu)
  10.  
  11.     * gdbmconst.h: removed the header magic numbers from this
  12.       branch.
  13.  
  14.     * version.c: added an include of autoconf.h, updated version
  15.  
  16.     * gdbm.proto: added a define for GDBM_FASTMODE.
  17.  
  18. Sun May 15 02:39:48 1994  jason downs  (downsj@csos.orst.edu)
  19.  
  20.     * gdbm.3, gdbm.texinfo: updates for 1.7.2
  21.     
  22.     * README, NEWS, version.c: update for 1.7.2
  23.     
  24.     * Makefile.in: removed files, changed (drastically) how the
  25.       package compiles and installs.
  26.  
  27.     * bytewise.c, bytewise.h: removed from this branch.
  28.  
  29. Wed Mar 23 00:44:43 1994  jason downs  (downsj@csos.orst.edu)
  30.  
  31.     * extern.h: removed bogus (old) function declarations.
  32.  
  33. Mon Mar 14 01:37:09 1994  jason downs  (downsj@csos.orst.edu)
  34.  
  35.     * Makefile.in: added new files.
  36.  
  37.     * bytewise.c, bytewise.h: new portable byte order conversion
  38.       package; supports 64bit longs/16bit ints.
  39.  
  40. Sun Mar 13 22:56:10 1994  jason downs  (downsj@csos.orst.edu)
  41.  
  42.     * gdbmsetopt.c, gdbmconst.h: added GDBM_FASTMODE option.
  43.  
  44.     * falloc.c: taught _gdbm_alloc() about the header avail table.
  45.       hopefully, this will fix the bloating problem. i dunno, though,
  46.       as i've never had that problem, myself.
  47.  
  48. Sun Dec 26 05:17:04 1993  jason downs  (downsj@csos.orst.edu)
  49.  
  50.     * version.c: made gdbm_version const.
  51.  
  52.     * gdbmerrno.c: made gdbm_strerror() and it's array const.
  53.  
  54.     * various files: general clean up, reformating of code.
  55.  
  56.     * systems.h: put <memory.h> inside of a conditional.
  57.  
  58.     * configure.in, autoconf.h.in: added check for <memory.h>.
  59.  
  60.     * systems.h: added a default define of SEEK_SET.
  61.  
  62.     * bucket.c, gdbmopen.c, gdbmseq.c, gdbmdelete.c, gdbmdefs.h:
  63.       cleaned up some uses of word_t.
  64.  
  65. Tue Nov 16 03:11:56 1993  jason downs  (downsj@csos.orst.edu)
  66.  
  67.     * gdbm.3, gdbm.texinfo: updated versions to 1.3 for release
  68.  
  69.     * version.c, README, NEWS: updated versions to 1.7.1 for release
  70.  
  71. Sun Nov 14 17:21:03 1993  jason downs  (downsj@csos.orst.edu)
  72.  
  73.     * Makefile.in: added $(srcdir) to a few file references.
  74.  
  75. Sat Nov 13 13:56:37 1993  jason downs  (downsj@csos.orst.edu)
  76.  
  77.     * gdbm.3, gdbm.texinfo: added new gdbm_firstkey()/gdbm_nextkey()
  78.       documentation.
  79.  
  80.     * gdbmopen.c: added SGI alloca patch.
  81.  
  82.     * Makefile.in: changed installation prefix semantics.
  83.  
  84. Sat Nov 13 01:52:31 1993  jason downs  (downsj@csos.orst.edu)
  85.  
  86.     * various source: redid the AIX alloca declaration. any new files
  87.       that call alloca will have to start with the same header.
  88.  
  89.     * all source, configure.in, Makefile.in: switched over to using
  90.       autoconf.h, rather than packing all of the autoconf defs into
  91.       the DEFS line.
  92.  
  93.     * autoconf.h.in: new file.
  94.  
  95.     * Makefile.in: changed rule for tndbm.o, hopefully making it more
  96.       portable.
  97.  
  98.     * alloca.c: added inclusion of stdlib.h
  99.  
  100. Fri Nov 12 13:11:03 1993  jason downs  (downsj@csos.orst.edu)
  101.  
  102.     * Makefile.in, configure.in: fixed getop related bugs.
  103.  
  104.     * systems.h: moved sys/types.h include to top.
  105.  
  106. Wed Nov  3 17:18:59 1993  jason downs  (downsj@csos.orst.edu)
  107.  
  108.     * version.c: changed version to 1.7, for release.
  109.  
  110.     * gdbmdefs.h: Moved all system includes to systems.h.
  111.  
  112. Sun Oct 31 02:50:12 1993  jason downs  (downsj@csos.orst.edu)
  113.  
  114.     * version.c: changed version number to 1.7alpha.
  115.  
  116.     * gdbm.texinfo: updated to reflect new routines and changes.
  117.     
  118.     * getopt.c, getopt.h: Added the GNU getopt.c to the dist, for
  119.       compilation of testgdbm and conv2gdbm on machines without getopt().
  120.     
  121.     * various source files: changed all appropiate occurances of 'long'
  122.       to type 'off_t'. Added off_t check to configure.in.
  123.  
  124.     * gdbm.3: updated to reflect new routines and changes.
  125.  
  126. Sat Oct 30 05:20:45 1993  jason downs  (downsj@csos.orst.edu)
  127.  
  128.         * testgdbm.c: Added support for bucket cache and block sizes,
  129.       adding -c, -b and -g flags. Must use -g to specify the file
  130.           name, now.
  131.  
  132.     * bucket.c, gdbmopen.c, gdbmclose.c, gdbmreorg.c, update.c,
  133.       gdbmconst.h, gdbmdefs.h: Implemented dynamic, delayed
  134.       initialization, bucket cache. New routine: _gdbm_init_cache().
  135.  
  136.     * proto.h, gdbmerrno.c, gdbmerrno.h: Added gdbm_setopt() errors
  137.       and prototypes.
  138.  
  139.     * gdbmsetopt.c: New file, implements the gdbm_setopt() routine.
  140.  
  141.     * testgdbm.c, testndbm.c, testdbm.c, conv2gdbm.c: cleaned up
  142.       compiler warnings.
  143.  
  144.     * update.c: repaired declarations and added prototypes for
  145.       static routines, repaired declaration of _gdbm_fatal().
  146.  
  147.     * falloc.c: repaired declarations and added prototypes for
  148.       static routines.
  149.  
  150.     * gdbmstore.c: commented out unsed variables in gdbm_store().
  151.  
  152.     * proto.h: added prototypes for _gdbm_read_entry(),
  153.       _gdbm_find_key(), and gdbm_sync().
  154.  
  155.     * bucket.c, proto.h: changed _gdbm_get_bucket() and
  156.       _gdbm_write_bucket() over to type void.
  157.  
  158. Sat Oct 30 00:56:24 1993  jason downs  (downsj@csos.orst.edu)
  159.  
  160.     * gdbmerrno.c, gdbmexists.c, close.c, dbmrdonly.c: New files,
  161.       adding the routines gdbm_strerror(), gdbm_exists(), and for
  162.       better compatibility with the old dbm/ndbm libraries, the
  163.       dbmclose() and dbm_rdonly() routines.
  164.  
  165.     * various headers: Added prototypes for the new routines, and
  166.       rearranged how gdbm.h is generated.
  167.  
  168. Fri Oct 29 07:02:41 1993  jason downs  (downsj@csos.orst.edu)
  169.  
  170.     * README: split into README, INSTALL, and NEWS.  INSTALL
  171.       includes more tips on compiling.  NEWS contains the 'short form'
  172.       ChangeLog.
  173.     
  174.     * Makefile.in, configure.in: Redid parts of the autoconf
  175.       stuff, and repaired many bugs.
  176.  
  177.     * systems.h: Repaired the alloca declarations, among other
  178.       things.
  179.  
  180.     * various source files: changed all relevant usage of type
  181.       'long' to type 'word_t', which will always be 32bits wide.
  182.       'word_t' is defined in systems.h.
  183.  
  184. Fri Jul 30 13:27:24 1993  Phil Nelson  (phil@cs.wwu.edu)
  185.  
  186.     * findkey.c: Added a check of elem_loc == -1 in determining if
  187.       the data cache held the item being looked for.
  188.  
  189. Tue Jul 20 13:08:47 1993  Phil Nelson  (phil at cs.wwu.edu)
  190.  
  191.     * gdbm.texinfo: Fixed some errors.
  192.  
  193.     * Makefile.in: Fixed some errors.
  194.  
  195.      * version.c: Set version to 1.6 for release.
  196.  
  197. Mon Jul 19 15:02:40 1993  Phil Nelson  (phil at cs.wwu.edu)
  198.  
  199.     * COPYING: Replaced Version 1 with Version 2.  Also updated
  200.       all file notices to refer to version 2.
  201.  
  202.     * gdbm.texinfo: Updated the documentation.
  203.  
  204.     * README: Updated to current version.
  205.  
  206.     * Makefile: updated clean and install.
  207.  
  208. Wed Jul 14 13:37:44 1993  Phil Nelson  (phil at cs.wwu.edu)
  209.  
  210.     * Makfile.in: Added samp1.cc to the list of distributed files.
  211.  
  212. Sat Jun  5 21:35:59 1993  Phil Nelson  (phil at cs.wwu.edu)
  213.  
  214.     * gdbm.proto, Makefile.in: Added #ifndef _GDBM_H_ protection
  215.       for the final gdbm.h file.  Also added prototypes and C++
  216.       support.
  217.  
  218.     * gdbmseq.c: Added gdbm_errno initialization to gdbm_nextkey.
  219.  
  220.     * gdbmerrno.h and others: Moved the extern definition of
  221.       gdbm_erron to gdbmerrno.h from the other files.
  222.  
  223. Mon May 17 12:32:02 1993  Phil Nelson  (phil at cs.wwu.edu)
  224.  
  225.     * gdbm.proto: Added GDBM_FAST to the read_write flags.
  226.  
  227. Sun May 16 12:50:01 1993  Phil Nelson  (phil at cs.wwu.edu)
  228.  
  229.     * configure.in, Makefile.in: Added autoconf configuration
  230.       to gdbm.
  231.  
  232. Tue Mar 30 00:08:48 1993  Phil Nelson  (phil at cs.wwu.edu)
  233.  
  234.     * global.c: Set gdbm_errno to GDBM_NO_ERROR to force
  235.       it into the data segment.
  236.  
  237. Sun Mar 28 22:51:40 1993  Phil Nelson  (phil at cs.wwu.edu)
  238.  
  239.     * gdbmfetch.c: Set return_val.dsize to 0 as a default return
  240.       value.  (I was told that was more compatible with dbm/ndbm.)
  241.  
  242.     * gdbmopen.c: Changed a "sizeof(int)" to "sizeof(long)".
  243.  
  244.     * testgdbm.c: Changed "char opt" to "int opt" to make sure
  245.       opt can be -1.
  246.  
  247.     * hash.c: Added "unsigned" to declaration of value for
  248.       better overflow operation.
  249.  
  250.     * gdbmreorg.c: Added a free for data.dptr in the main loop.
  251.       Also changed the malloc for new_name to an alloca.
  252.       Removed all frees on new_name.
  253.  
  254. Sat Mar 27 23:25:14 1993  Phil Nelson  (phil at cs.wwu.edu)
  255.  
  256.     * gdbmconst.h, gdbmdefs.h, gdbmopen.c, gdbmreorg.c,
  257.       testgdbm.c, update.c, gdbm.h: Added code to allow for a
  258.       GDBM_FAST mode in which fsync is not called during
  259.       database update mode. Added a new flag "-f" to 
  260.       testgdbm to make use of the new fast mode.
  261.  
  262.     * gdbmsync.c: Added this function to allow a programmer
  263.       to use the GDBM_FAST mode but still be able to sync
  264.       a database.
  265.  
  266.     * gdbmopen.c, gdbmdelete.c, gdbmfetch.c, gdbmseq.c, gdbmstore.c,
  267.       gdbmreorg.c: Added initialization of gdbm_errno to GDBM_NO_ERROR.
  268.  
  269. Mon Mar 22 23:03:36 1993  Phil Nelson  (phil at cs.wwu.edu)
  270.  
  271.     * gdbmclose.c: (gdbmclose) Added a fsync before close to make
  272.       sure the file is written to disk before continuing.
  273.  
  274. Sun Mar 21 21:33:31 1993  Phil Nelson  (phil at cs.wwu.edu)
  275.  
  276.     * proto.h: Added this as a new file.  It adds ANSI prototypes
  277.       for ANSI compilers.
  278.  
  279.     * gdbmdefs.h: Added an include of proto.h.
  280.  
  281.     * Makefile: Added proper references to proto.h
  282.  
  283.     * gdbmopen.c: Changed (int *) casts to (long *) and added
  284.       an initialization to dbf->header.
  285.  
  286.     * gdbmreorg.c: Added an "end update" on the new database and
  287.       correctly set up the bucket cache.
  288.  
  289.     * update.c: (_gdbm_end_update) Added type void to header.
  290.  
  291. Wed Mar 17 19:14:27 1993  Phil Nelson  (phil at cs.wwu.edu)
  292.  
  293.     * Changed copyright on all files to include 1993.  Also deleted
  294.       all references to my phone number.
  295.  
  296. Thu Feb 28 17:05:09 1991  Phil Nelson  (phil at strawberry.cs.wwu.edu)
  297.  
  298.     * Added 1991 to copyright lines on all files.
  299.  
  300.     * gdbmfetch.c: Fixed a bug introduced by previous changes.
  301.  
  302.     * version.c:  Updated version to 1.5.
  303.  
  304. Fri Feb  8 12:27:13 1991  Phil Nelson  (phil at strawberry.cs.wwu.edu)
  305.  
  306.     * Change author's e-mail address in all comments.
  307.  
  308.     * gdbmopen.c, systems.h: Changed opening sequence so that a
  309.       database will not be truncated in NEWDB mode until the
  310.       write has locked the file.
  311.  
  312.     * testgdbm.c: Fixed a bug that caused a segmentation fault on
  313.       one computer.  Also added the flags "-r" for opening the
  314.       database as a READER and "-n" for opening the database as
  315.       a NEWDB writer.  The default mode remains the WRCREAT mode.
  316.  
  317.     * Various source files, changed the data types of various
  318.       variables from int to long.  This should not make any difference
  319.       to systems where sizeof(int) = sizeof(long).  It should make
  320.       it easier to move to other systems.
  321.  
  322.     * gdbmstore.c: Added a check for NULL key or content dptr.  Due to
  323.       NULLs being used as error indications, data cannot be NULL also.
  324.  
  325.     * gdbmfetch.c, gdbmseq.c, fetch.c: Added checks for zero sized
  326.       key and content so malloc will not try to allocate zero bytes.
  327.  
  328.         * gdbmconst.h: Added this file so that all constants are in one
  329.       central place.  A few constants can be changed without changing
  330.       the header sizes.
  331.  
  332. Tue Aug 14 13:08:43 1990  Phil Nelson  (phil at unicorn.wwu.edu)
  333.  
  334.     * Version 1.4 released.  (version.c: Updated to correct version.)
  335.  
  336.     * Makefile: Added $(LIBS) to link for conv2gdbm.
  337.  
  338.     * README: Updated to version 1.4 and added a 1.0-1.4 change
  339.       statement.
  340.  
  341. Wed Aug  8 16:57:29 1990  Phil Nelson  (phil at unicorn.wwu.edu)
  342.  
  343.     * gdbmopen.c: Restructured some code to initialize dbf
  344.       more completely.
  345.  
  346.     * dbm.h: Added a null define to satisfy some versions that
  347.       require a dbmclose() call.
  348.  
  349.     * findkey.c: (_gdbm_findkey) Added a check for the NULL
  350.       pointer in ...ca_data.dptr.
  351.  
  352.     * gdbmdelete.c: Added code to more completely remove the
  353.       cache entry for a deleted item.
  354.  
  355.     * gdbmreorg.c: Added code to finish the transfer of information
  356.       from the new_dbf to the orginal dbf.
  357.  
  358. Fri May 30 08:29:16 1990  Phil Nelson  (phil at unicorn.wwu.edu)
  359.  
  360.     * gdbmstore.c: Changed a strncpy to bcopy.
  361.  
  362. Tue May 15 09:55:21 1990  Phil Nelson  (phil at unicorn.wwu.edu)
  363.  
  364.     * Version 1.3 released.
  365.  
  366.     * systems.h: Changed the defines for alloca to use the
  367.       name builtin_alloca to depend on BUILTIN_ALLOCA instead
  368.       of __GNUC__.  Added a definition of BUILTIN_ALLOCA for
  369.       GNUC and for sun sparc.
  370.  
  371. Fri May 11 12:15:56 1990  Phil Nelson  (phil at unicorn.wwu.edu)
  372.  
  373.     * systems.h: Removed the include for <sys/types> and now
  374.       systems.h requires <sys/types> included before it.
  375.  
  376.     * Makefile: Corrected the makefile to include a file that
  377.       was missing before.  Also, switched order of conv2gdbm
  378.       and alldbm in the all option.
  379.  
  380.     * findkey.c (_gdbm_read_entry): Reordered some statements
  381.       to make the code more readable.
  382.  
  383.     * update.c (_gdbm_fatal): Changed fatal message from "dbm fatal:"
  384.       to "gdbm fatal:".
  385.  
  386. Mon Apr 30 10:18:24 1990  Phil Nelson  (phil at unicorn.wwu.edu)
  387.  
  388.     * Version 1.2 released.
  389.  
  390. Fri Apr 27 09:49:59 1990  Phil Nelson  (phil at unicorn.wwu.edu)
  391.  
  392.     * Makefile: Added the dist option.  Similar to the 
  393.       addition from hack@ai.mit.edu, but correct.
  394.  
  395.     * falloc.c (push_avail_block):  Change the avail count
  396.       to reflect the correct number of entries.
  397.  
  398.     * dbminit.c (dbminit): Changed the stat call to stat the
  399.       ".dir" file as is done in dbmopen.c (dbm_open).
  400.  
  401. Tue Apr 10 12:18:40 1990  Phil Nelson  (phil at unicorn.wwu.edu)
  402.  
  403.     * Version 1.1. released.
  404.  
  405.     * gdbmopen.c (gdbm_open): Clear out bucket cache.
  406.  
  407.  
  408.  
  409.